@charset "utf-8";
/* CSS Document */
.banner-wrap {
  height: 700px;
}
.banner-wrap02{
	height:660px;
}
.mobile-toolbar .topbar-assist {
  width: calc(100% - 2rem);
  box-sizing: border-box;
  float: none;
  margin: 1rem;
}
.mobile-toolbar {
  height: unset;
  min-height: 80px;
}
.mobile-mainnav-box {
  width: calc(100% - 2rem);
  margin: 0 1rem 1rem;
  padding: 0.75rem 0 0.25rem 0;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 0;
  border-top: 1px solid #1557b3;
}
.mobile-mainnav-box > li {
  box-sizing: border-box;
  font-size: 2rem;
  display: inline-block;
  margin: 0.5rem 0;
  text-align: center;
  overflow: hidden;
}
.mobile-mainnav-box > li span {
  color: #fff;
}
.mobile-mainnav-box > li:first-child {
  width: 25%;
  height: 7rem;
  float: left;
  background: #1457b5;
  border-radius: 0.25rem;
}

.mobile-mainnav-box > li:first-child a:before {
  content: '';
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  background: url(mainnav_icon_index.png) no-repeat;
  vertical-align: middle;
  margin: 0 auto;
  opacity: 0.7;
  background-size: 100% 100%;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
.mobile-mainnav-box > li:not(:first-child) {
  height: 3rem;
  line-height: 3rem;
  width: 25%;
}
.news-tab-title {
  overflow-x: unset;
  white-space: unset;
}
.news-tab-title > li {
  width: 33%;
  box-sizing: border-box;
  text-align: center;
}
.news-tab-title > li:nth-child(3n + 1):before {
  display: none;
}
/* .conven-service {
  display: none;
} */
